home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 November: Tool Chest / Dev.CD Nov 98 TC.toast / Sample Code / Networking / OT PAPServerSample / ATalkSampleUtils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-08-28  |  487 b   |  24 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        ATalkSample.h
  3.  
  4.     Contains:    Some utility routines used by the Sample programs
  5.  
  6.     Copyright:    © 1993-1995 by Apple Computer, Inc., all rights reserved.
  7.  
  8. */
  9.  
  10. #ifndef __ATALKSAMPLEUTILS__
  11. #define __ATALKSAMPLEUTILS__
  12.  
  13. #include "OpenTransport.h"
  14. #include "OpenTptAppleTalk.h"
  15.  
  16.  
  17. void Idle(void);
  18. void ShowEndpointInfo(EndpointRef ep);
  19. void ShowEndpointState(EndpointRef ep, char* prefixString);
  20. void ShowFullEndpointData(EndpointRef ep);
  21. void ShowDDPAddress(DDPAddress* addr);
  22.  
  23. #endif
  24.